home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 1-2.iso / pcgamer.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-12-12  |  19KB  |  832 lines

  1. object form1: Tform1
  2.   Left = 301
  3.   Top = 15
  4.   Width = 785
  5.   Height = 674
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'PC Gamer Disc Editor'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 160
  19.     Top = 8
  20.     Width = 83
  21.     Height = 13
  22.     Caption = 'Titles on this Disc'
  23.   end
  24.   object Label3: TLabel
  25.     Left = 344
  26.     Top = 192
  27.     Width = 91
  28.     Height = 13
  29.     Caption = 'Title of Readme file'
  30.   end
  31.   object Label4: TLabel
  32.     Left = 344
  33.     Top = 152
  34.     Width = 72
  35.     Height = 13
  36.     Caption = 'EXE Pathname'
  37.   end
  38.   object Label5: TLabel
  39.     Left = 488
  40.     Top = 192
  41.     Width = 122
  42.     Height = 13
  43.     Caption = 'Tech support contact info'
  44.   end
  45.   object Label6: TLabel
  46.     Left = 344
  47.     Top = 240
  48.     Width = 146
  49.     Height = 13
  50.     Caption = 'Minimum System Requirements'
  51.   end
  52.   object imagez: TImage
  53.     Left = 8
  54.     Top = 384
  55.     Width = 617
  56.     Height = 209
  57.     DragMode = dmAutomatic
  58.     Picture.Data = {<image000.ico>}
  59.   end
  60.   object Label2: TLabel
  61.     Left = 344
  62.     Top = 8
  63.     Width = 51
  64.     Height = 13
  65.     Caption = 'Game Title'
  66.   end
  67.   object subz: TImage
  68.     Left = 8
  69.     Top = 280
  70.     Width = 50
  71.     Height = 52
  72.     DragMode = dmAutomatic
  73.     Picture.Data = {<image001.ico>}
  74.   end
  75.   object features: TListBox
  76.     Left = 160
  77.     Top = 24
  78.     Width = 169
  79.     Height = 305
  80.     ItemHeight = 13
  81.     TabOrder = 1
  82.     OnClick = featuresClick
  83.   end
  84.   object Edit4: TEdit
  85.     Left = 344
  86.     Top = 168
  87.     Width = 273
  88.     Height = 21
  89.     TabOrder = 2
  90.   end
  91.   object Edit5: TEdit
  92.     Left = 344
  93.     Top = 208
  94.     Width = 121
  95.     Height = 21
  96.     TabOrder = 3
  97.   end
  98.   object Edit6: TEdit
  99.     Left = 488
  100.     Top = 208
  101.     Width = 129
  102.     Height = 21
  103.     TabOrder = 4
  104.   end
  105.   object source: TListBox
  106.     Left = 624
  107.     Top = 24
  108.     Width = 113
  109.     Height = 321
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clWindowText
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ItemHeight = 13
  116.     ParentFont = False
  117.     TabOrder = 0
  118.   end
  119.   object Edit7: TEdit
  120.     Left = 344
  121.     Top = 304
  122.     Width = 225
  123.     Height = 21
  124.     TabOrder = 5
  125.   end
  126.   object Edit8: TEdit
  127.     Left = 344
  128.     Top = 280
  129.     Width = 225
  130.     Height = 21
  131.     TabOrder = 6
  132.   end
  133.   object Edit9: TEdit
  134.     Left = 344
  135.     Top = 256
  136.     Width = 113
  137.     Height = 21
  138.     TabOrder = 7
  139.   end
  140.   object GroupBox1: TGroupBox
  141.     Left = 344
  142.     Top = 48
  143.     Width = 273
  144.     Height = 97
  145.     Caption = 'Rollout Descriptions'
  146.     TabOrder = 8
  147.     object Edit1: TEdit
  148.       Left = 16
  149.       Top = 16
  150.       Width = 241
  151.       Height = 21
  152.       TabOrder = 0
  153.     end
  154.     object Edit2: TEdit
  155.       Left = 16
  156.       Top = 40
  157.       Width = 241
  158.       Height = 21
  159.       TabOrder = 1
  160.     end
  161.     object Edit3: TEdit
  162.       Left = 16
  163.       Top = 64
  164.       Width = 241
  165.       Height = 21
  166.       TabOrder = 2
  167.     end
  168.   end
  169.   object Button1: TButton
  170.     Left = 160
  171.     Top = 360
  172.     Width = 169
  173.     Height = 17
  174.     Caption = 'REFRESH'
  175.     TabOrder = 9
  176.     OnClick = Button1Click
  177.   end
  178.   object title: TEdit
  179.     Left = 344
  180.     Top = 24
  181.     Width = 129
  182.     Height = 21
  183.     TabOrder = 10
  184.     OnChange = titleChange
  185.     OnKeyUp = titleKeyUp
  186.   end
  187.   object Button2: TButton
  188.     Left = 160
  189.     Top = 336
  190.     Width = 83
  191.     Height = 17
  192.     Caption = 'NEW'
  193.     TabOrder = 11
  194.     OnClick = Button2Click
  195.   end
  196.   object Button3: TButton
  197.     Left = 248
  198.     Top = 336
  199.     Width = 83
  200.     Height = 17
  201.     Caption = 'DELETE'
  202.     TabOrder = 12
  203.     OnClick = Button3Click
  204.   end
  205.   object Button4: TButton
  206.     Left = 344
  207.     Top = 336
  208.     Width = 81
  209.     Height = 41
  210.     Caption = 'SAVE'
  211.     TabOrder = 13
  212.     OnClick = Button4Click
  213.   end
  214.   object master: TListBox
  215.     Left = 680
  216.     Top = 464
  217.     Width = 169
  218.     Height = 49
  219.     ItemHeight = 13
  220.     Items.Strings = (
  221.       ''
  222.       '*BEGIN0'
  223.       'Feature Demo: Wage war against new'
  224.       'enemies across beautiful new terrains'
  225.       ' in this amazing action/strategy sequel.'
  226.       '*END0'
  227.       ''
  228.       '*BEGIN1'
  229.       'Battlezone II'
  230.       'Wage war against new enemies across beautiful'
  231.       'new terrains in this amazing action/strategy'
  232.       'sequel. From Activision.'
  233.       'BZ2DEMO\BZ2DEMO.EXE'
  234.       'no'
  235.       'no'
  236.       'readme1.rtf'
  237.       '(310) 255-2050'
  238.       'Windows 95; Pentium'
  239.       ' 200; 32MB RAM; 120MB hard-drive space'
  240.       ' DirectX; 4MB Direct3D accelerator.'
  241.       '*END1'
  242.       ''
  243.       '*BEGIN2'
  244.       'Seven Kingdoms II'
  245.       'Embark on a task of exterminating the vermin of'
  246.       'humanity from the land in this sequel to one of '
  247.       'the best real-time strategy games for fantasy fans.'
  248.       '7K2DEMO\7K2DEMO.EXE'
  249.       'no'
  250.       'no'
  251.       'readme2.rtf'
  252.       '(970) 339-7137'
  253.       'Windows 95; Pentium'
  254.       '200; 32MB RAM; 155MB HD space; DirectX.'
  255.       '*END2'
  256.       ''
  257.       '*BEGIN3'
  258.       'Pharaoh'
  259.       'From the creators of Caesar III comes a'
  260.       'town-building game set in the midst of the'
  261.       'Egyptian period of glory.  From LucasArts.'
  262.       'PHARAOH\SETUP.EXE'
  263.       'no'
  264.       'no'
  265.       'readme3.rtf'
  266.       '(206) 644-4343'
  267.       'Windows 95; Pentium'
  268.       '133; 32MB RAM; 120MB HD space '
  269.       'DirectX.'
  270.       '*END3'
  271.       ''
  272.       '*BEGIN4'
  273.       'Odium'
  274.       'Explore an abandoned Russian spy facility and '
  275.       'uncover the mystery of the strangely deadly '
  276.       'creatures in this turn-based thriller.'
  277.       'ODIUM\ODIUM.EXE'
  278.       'no'
  279.       'no'
  280.       'readme4.rtf'
  281.       'support@lith.com'
  282.       'Windows 95; Pentium'
  283.       '200; 32MB RAM; 144MB HD space; DirectX.'
  284.       '*END4'
  285.       ''
  286.       '*BEGIN5'
  287.       'Madden NFL 2000'
  288.       'Experience the bone-crushing strength of today'#39's'
  289.       'NFL heroes in the latest installment of the well-'
  290.       'respected Madden series of football simulations.'
  291.       'MADDEN2K\SETUP.EXE'
  292.       'no'
  293.       'no'
  294.       'readme5.rtf'
  295.       'www.wartorn.com'
  296.       'Windows 95; Pentium'
  297.       '166; 32MB RAM; 30MB HD space;'
  298.       'DirectX.'
  299.       '*END5'
  300.       ''
  301.       '*BEGIN6'
  302.       'Tachyon: The Fringe'
  303.       'Explore space combat in the distant future'
  304.       'in this new action game from NovaLogic.'
  305.       ''
  306.       'TACHYON\SETUP.EXE'
  307.       'no'
  308.       'no'
  309.       'readme6.rtf'
  310.       '(800) 434-2637'
  311.       'Pentium 200 MMX'
  312.       '32MB RAM; 88 MB HD space; Direct-X.'
  313.       ''
  314.       '*END6'
  315.       ''
  316.       '*BEGIN7'
  317.       'Nocturne'
  318.       'This game, intended for mature audiences only, is '
  319.       'best played in a dark room at high volumes. '
  320.       'Prepare to be frightened beyond recognition.'
  321.       'NOCTURNE\SETUP.EXE'
  322.       'no'
  323.       'no'
  324.       'readme7.rtf'
  325.       'www.nocturnegame.com'
  326.       'Pentium 166'
  327.       '64MB RAM; 150 MB HD space; Direct-X.'
  328.       ''
  329.       '*END7'
  330.       ''
  331.       '*BEGIN8'
  332.       'Deer Avenger 2'
  333.       'Hunters have brought home deer for dinner too'
  334.       'many times. Now it'#39's payback time. Check out'
  335.       'this humorous satire of the popular hunting genre.'
  336.       'DA2DEMO\DA2DEMO.EXE'
  337.       'no'
  338.       'no'
  339.       'readme8.rtf'
  340.       '(415) 507-4545'
  341.       'Windows 95; Pentium'
  342.       '90; 16MB RAM; 45MB HD space; DirectX.'
  343.       ''
  344.       '*END8'
  345.       ''
  346.       '*BEGINUTILITIES'
  347.       'ATI All-In-Wonder 128'
  348.       'AIW128/AIW128.EXE'
  349.       'Roger Wilco'
  350.       'Addons/RogerWilco/rw_mk1a.exe'
  351.       'MindSpring Internet'
  352.       'mspring/setup.exe'
  353.       'EarthLink Internet'
  354.       'elink/setup.exe'
  355.       'PATCHES'
  356.       ''
  357.       '******************'
  358.       ''
  359.       'Halflife 1.0.1.3. '
  360.       'Patches/10101013.exe'
  361.       'Dungeon Keeper 2 v. 1.5.1'
  362.       'Patches/DK2UPDATE.EXE'
  363.       'Rites of War Patch'
  364.       'Patches/RitesOfWar.exe'
  365.       '*ENDUTILITIES'
  366.       ''
  367.       '*BEGINADDONS'
  368.       'USS Darkstar (Half-Life)'
  369.       'Addons/Darkstar/Darkstar.exe'
  370.       'Gamespy'
  371.       'Addons/Gamespy/GameSpyInstaller210PCGAMER.EXE'
  372.       'Gateway (Half-Life)'
  373.       'Addons/Halflife/Gateway.exe'
  374.       'Warlords (Myth II)'
  375.       'Addons/MythII/Warlords.exe'
  376.       'Zaero (Quake II)'
  377.       'Addons/Quake2/zaerodm.exe'
  378.       '*ENDADDONS'
  379.       ''
  380.       ''
  381.       '*SUPPORT1'
  382.       'Disc Support Website'
  383.       'http://support.imaginemedia.com'
  384.       ''
  385.       ''
  386.       '*COCONUT2'
  387.       'Coconut Monkey Reader Art'
  388.       'Coconut\CMFanArt.html'
  389.       ''
  390.       '*COCONUT1'
  391.       'CoconutMonkey.com Website'
  392.       'http://www.coconutmonkey.com/coconutmonkey.html'
  393.       ''
  394.       '*COCONUT3'
  395.       'Coconut Monkey'#39's FUNGUS GATHERER SE'
  396.       '*XCoconut\fungus_gatherer.exe'
  397.       ''
  398.       '*Spritecount'
  399.       '9'
  400.       ''
  401.       
  402.         '!!!Attention disk editor-- please dont change this section pleas' +
  403.         'e'
  404.       '*BEGINDB'
  405.       'Demos'
  406.       'Reviews'
  407.       'Patches'
  408.       'Companies'
  409.       '*ENDDB'
  410.       ''
  411.       '!!! You can change this text around though'
  412.       ''
  413.       '*BEGINDB_Demos'
  414.       
  415.         'This database contains vital information on all game demos inclu' +
  416.         'ded on previous PC Gamer CD'#39's.  Useful if you'#39're looking for tha' +
  417.         't hard to find demo!'
  418.       '*ENDDB_demos'
  419.       ''
  420.       '*BEGINDB_Reviews'
  421.       
  422.         'Looking for review information?  Here you'#39'll find the scoop on e' +
  423.         'very game & product reviewed in previous issues of PC Gamer maga' +
  424.         'zine.'
  425.       '*ENDDB_reviews'
  426.       ''
  427.       '*BEGINDB_Patches'
  428.       
  429.         'Are you looking for a special patch or update?  The patch databa' +
  430.         'se contains a list of every patch and update included in previou' +
  431.         's PC Gamer discs.'
  432.       ''
  433.       '*ENDDB_patches'
  434.       ''
  435.       '*BEGINDB_Companies'
  436.       
  437.         'Who was it that made that game? Where can I find their address? ' +
  438.         ' Look no further-- find your favorite (or most loathed) game com' +
  439.         'pany here and write to demand your money back-- or send fan mail' +
  440.         '.'
  441.       '*ENDDB_companies'
  442.       ''
  443.       '*BANNER1'
  444.       'mspring/mspring.exe'
  445.       ''
  446.       '*BANNER2'
  447.       'elink/elink.exe'
  448.       ''
  449.       '*LINECOLOR'
  450.       '0'
  451.       '255'
  452.       '0'
  453.       ''
  454.       'Colors go'
  455.       'RED'
  456.       'GREEN'
  457.       'BLUE')
  458.     TabOrder = 14
  459.     Visible = False
  460.   end
  461.   object simpin: TListBox
  462.     Left = 792
  463.     Top = 24
  464.     Width = 121
  465.     Height = 97
  466.     ItemHeight = 13
  467.     TabOrder = 15
  468.   end
  469.   object simpout: TListBox
  470.     Left = 792
  471.     Top = 128
  472.     Width = 121
  473.     Height = 97
  474.     ItemHeight = 13
  475.     TabOrder = 16
  476.   end
  477.   object ComboBox1: TComboBox
  478.     Left = 688
  479.     Top = 488
  480.     Width = 145
  481.     Height = 21
  482.     ItemHeight = 13
  483.     TabOrder = 17
  484.     Text = 'Select one'
  485.     Visible = False
  486.     OnChange = ComboBox1Change
  487.   end
  488.   object Button5: TButton
  489.     Left = 0
  490.     Top = 344
  491.     Width = 145
  492.     Height = 25
  493.     Caption = 'Load Thumbnail'
  494.     TabOrder = 18
  495.     OnClick = Button5Click
  496.   end
  497.   object Button6: TButton
  498.     Left = 8
  499.     Top = 600
  500.     Width = 145
  501.     Height = 25
  502.     Caption = 'Load Game Image'
  503.     TabOrder = 19
  504.     OnClick = Button6Click
  505.   end
  506.   object DXDraw1: TDXDraw
  507.     Left = 680
  508.     Top = 504
  509.     Width = 100
  510.     Height = 100
  511.     AutoInitialize = True
  512.     AutoSize = True
  513.     Display.FixedBitCount = True
  514.     Display.FixedRatio = True
  515.     Display.FixedSize = False
  516.     Options = [doAllowReboot, doWaitVBlank, doCenter, doHardware, doRetainedMode, doDrawPrimitive, doSelectDriver, doTexture, doRGB, doMono, doDither]
  517.     SurfaceHeight = 100
  518.     SurfaceWidth = 100
  519.     TabOrder = 20
  520.     Visible = False
  521.   end
  522.   object Edit10: TEdit
  523.     Left = 616
  524.     Top = 352
  525.     Width = 121
  526.     Height = 21
  527.     TabOrder = 21
  528.     Text = 'Edit10'
  529.   end
  530.   object _SubSliderA: TDXImageList
  531.     DXDraw = DXDraw1
  532.     Items = <
  533.       item
  534.         PatternHeight = 0
  535.         PatternWidth = 0
  536.         SystemMemory = False
  537.         Transparent = True
  538.         TransparentColor = clBlack
  539.       end
  540.       item
  541.         PatternHeight = 0
  542.         PatternWidth = 0
  543.         SystemMemory = False
  544.         Transparent = True
  545.         TransparentColor = clBlack
  546.       end
  547.       item
  548.         PatternHeight = 0
  549.         PatternWidth = 0
  550.         SystemMemory = False
  551.         Transparent = True
  552.         TransparentColor = clBlack
  553.       end
  554.       item
  555.         PatternHeight = 0
  556.         PatternWidth = 0
  557.         SystemMemory = False
  558.         Transparent = True
  559.         TransparentColor = clBlack
  560.       end
  561.       item
  562.         PatternHeight = 0
  563.         PatternWidth = 0
  564.         SystemMemory = False
  565.         Transparent = True
  566.         TransparentColor = clBlack
  567.       end
  568.       item
  569.         PatternHeight = 0
  570.         PatternWidth = 0
  571.         SystemMemory = False
  572.         Transparent = True
  573.         TransparentColor = clBlack
  574.       end
  575.       item
  576.         PatternHeight = 0
  577.         PatternWidth = 0
  578.         SystemMemory = False
  579.         Transparent = True
  580.         TransparentColor = clBlack
  581.       end
  582.       item
  583.         PatternHeight = 0
  584.         PatternWidth = 0
  585.         SystemMemory = False
  586.         Transparent = True
  587.         TransparentColor = clBlack
  588.       end
  589.       item
  590.         PatternHeight = 0
  591.         PatternWidth = 0
  592.         SystemMemory = False
  593.         Transparent = True
  594.         TransparentColor = clBlack
  595.       end
  596.       item
  597.         PatternHeight = 0
  598.         PatternWidth = 0
  599.         SystemMemory = False
  600.         Transparent = True
  601.         TransparentColor = clBlack
  602.       end
  603.       item
  604.         PatternHeight = 0
  605.         PatternWidth = 0
  606.         SystemMemory = False
  607.         Transparent = True
  608.         TransparentColor = clBlack
  609.       end
  610.       item
  611.         PatternHeight = 0
  612.         PatternWidth = 0
  613.         SystemMemory = False
  614.         Transparent = True
  615.         TransparentColor = clBlack
  616.       end
  617.       item
  618.         PatternHeight = 0
  619.         PatternWidth = 0
  620.         SystemMemory = False
  621.         Transparent = True
  622.         TransparentColor = clBlack
  623.       end
  624.       item
  625.         PatternHeight = 0
  626.         PatternWidth = 0
  627.         SystemMemory = False
  628.         Transparent = True
  629.         TransparentColor = clBlack
  630.       end
  631.       item
  632.         PatternHeight = 0
  633.         PatternWidth = 0
  634.         SystemMemory = False
  635.         Transparent = True
  636.         TransparentColor = clBlack
  637.       end
  638.       item
  639.         PatternHeight = 0
  640.         PatternWidth = 0
  641.         SystemMemory = False
  642.         Transparent = True
  643.         TransparentColor = clBlack
  644.       end
  645.       item
  646.         PatternHeight = 0
  647.         PatternWidth = 0
  648.         SystemMemory = False
  649.         Transparent = True
  650.         TransparentColor = clBlack
  651.       end
  652.       item
  653.         PatternHeight = 0
  654.         PatternWidth = 0
  655.         SystemMemory = False
  656.         Transparent = True
  657.         TransparentColor = clBlack
  658.       end
  659.       item
  660.         PatternHeight = 0
  661.         PatternWidth = 0
  662.         SystemMemory = False
  663.         Transparent = True
  664.         TransparentColor = clBlack
  665.       end
  666.       item
  667.         PatternHeight = 0
  668.         PatternWidth = 0
  669.         SystemMemory = False
  670.         Transparent = True
  671.         TransparentColor = clBlack
  672.       end
  673.       item
  674.         PatternHeight = 0
  675.         PatternWidth = 0
  676.         SystemMemory = False
  677.         Transparent = True
  678.         TransparentColor = clBlack
  679.       end
  680.       item
  681.         PatternHeight = 0
  682.         PatternWidth = 0
  683.         SystemMemory = False
  684.         Transparent = True
  685.         TransparentColor = clBlack
  686.       end
  687.       item
  688.         PatternHeight = 0
  689.         PatternWidth = 0
  690.         SystemMemory = False
  691.         Transparent = True
  692.         TransparentColor = clBlack
  693.       end
  694.       item
  695.         PatternHeight = 0
  696.         PatternWidth = 0
  697.         SystemMemory = False
  698.         Transparent = True
  699.         TransparentColor = clBlack
  700.       end
  701.       item
  702.         PatternHeight = 0
  703.         PatternWidth = 0
  704.         SystemMemory = False
  705.         Transparent = True
  706.         TransparentColor = clBlack
  707.       end
  708.       item
  709.         PatternHeight = 0
  710.         PatternWidth = 0
  711.         SystemMemory = False
  712.         Transparent = True
  713.         TransparentColor = clBlack
  714.       end
  715.       item
  716.         PatternHeight = 0
  717.         PatternWidth = 0
  718.         SystemMemory = False
  719.         Transparent = True
  720.         TransparentColor = clBlack
  721.       end>
  722.     Left = 64
  723.     Top = 72
  724.   end
  725.   object _SliderListA: TDXImageList
  726.     DXDraw = DXDraw1
  727.     Items = <
  728.       item
  729.         PatternHeight = 0
  730.         PatternWidth = 0
  731.         SystemMemory = False
  732.         Transparent = True
  733.         TransparentColor = clBlack
  734.       end
  735.       item
  736.         PatternHeight = 0
  737.         PatternWidth = 0
  738.         SystemMemory = False
  739.         Transparent = True
  740.         TransparentColor = clBlack
  741.       end
  742.       item
  743.         PatternHeight = 0
  744.         PatternWidth = 0
  745.         SystemMemory = False
  746.         Transparent = True
  747.         TransparentColor = clBlack
  748.       end
  749.       item
  750.         PatternHeight = 0
  751.         PatternWidth = 0
  752.         SystemMemory = False
  753.         Transparent = True
  754.         TransparentColor = clBlack
  755.       end
  756.       item
  757.         PatternHeight = 0
  758.         PatternWidth = 0
  759.         SystemMemory = False
  760.         Transparent = True
  761.         TransparentColor = clBlack
  762.       end
  763.       item
  764.         PatternHeight = 0
  765.         PatternWidth = 0
  766.         SystemMemory = False
  767.         Transparent = True
  768.         TransparentColor = clBlack
  769.       end
  770.       item
  771.         PatternHeight = 0
  772.         PatternWidth = 0
  773.         SystemMemory = False
  774.         Transparent = True
  775.         TransparentColor = clBlack
  776.       end
  777.       item
  778.         PatternHeight = 0
  779.         PatternWidth = 0
  780.         SystemMemory = False
  781.         Transparent = True
  782.         TransparentColor = clBlack
  783.       end
  784.       item
  785.         PatternHeight = 0
  786.         PatternWidth = 0
  787.         SystemMemory = False
  788.         Transparent = True
  789.         TransparentColor = clBlack
  790.       end
  791.       item
  792.         PatternHeight = 0
  793.         PatternWidth = 0
  794.         SystemMemory = False
  795.         Transparent = True
  796.         TransparentColor = clBlack
  797.       end
  798.       item
  799.         PatternHeight = 0
  800.         PatternWidth = 0
  801.         SystemMemory = False
  802.         Transparent = True
  803.         TransparentColor = clBlack
  804.       end
  805.       item
  806.         PatternHeight = 0
  807.         PatternWidth = 0
  808.         SystemMemory = False
  809.         Transparent = True
  810.         TransparentColor = clBlack
  811.       end
  812.       item
  813.         PatternHeight = 0
  814.         PatternWidth = 0
  815.         SystemMemory = False
  816.         Transparent = True
  817.         TransparentColor = clBlack
  818.       end>
  819.     Left = 120
  820.     Top = 160
  821.   end
  822.   object OpenPictureDialog1: TOpenPictureDialog
  823.     Filter = 
  824.       'All (*.dib;*.bmp;*.ico;*.emf;*.wmf)|*.dib;*.bmp;*.ico;*.emf;*.wm' +
  825.       'f|Device Independent Bitmap (*.dib)|*.dib|Bitmaps (*.bmp)|*.bmp|' +
  826.       'Icons (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf|Metafiles (' +
  827.       '*.wmf)|*.wmf'
  828.     Left = 104
  829.     Top = 72
  830.   end
  831. end
  832.